Trac is being migrated to new services! Issues can be found in our new YouTrack instance and WIKI pages can be found on our website.

Changes between Version 6 and Version 7 of Building Pidgin


Ignore:
Timestamp:
Mar 22, 2008, 3:46:05 PM (16 years ago)
Author:
resiak
Comment:

This page is redundant!

Legend:

Unmodified
Added
Removed
Modified
  • Building Pidgin

    v6 v7  
    1 
    2 
    3 
    4 === Is there some way I can compile just Pidgin, without all of these protocols? ===
    5 Yeah. There are actually three ways to do it.
    6    1. Use the --with-static-prpls option to ./configure along with --disable-plugins. This will let you choose which protocols are compiled in with Pidgin, but you will not be able to use any other protocols or plugins. You'll need to compile any protocols that you specified in --with-static-prpls. Oscar is the default.
    7    2. Use the --with-dynamic-prpls option to ./configure This takes a comma separated list of protocol names.
    8    3. Change to the directories for the protocols you want to compile (e.g. libpurple/protocols/jabber), and run make from there. Then after you've compiled all of them, change back to src/ and run make pidgin
    9 
    10 === Can I run Pidgin on IRIX? ===
    11 Sure you can - the amount of effort involved depends on which compiler you use; there is however no official support.
    12 
    13 GCC (tested with 3.4 on IRIX 6.5.29): All but one necessary changes were included in the official sources. You will notice GnuTLS will not be included by default, even if the necessary includes and libraries are available; to add SSL support, open the configure script in your favourite editor and replace all instances of "-lnsl" by "-lnsl -lgnutls". Ask no questions :-) it Just Works. Mozilla-NSS wasn't tested.
    14 
    15 MIPSPro CC (tested with 7.4.4m on IRIX 6.5.29): Less trivial for obvious ANSI-tightness reasons. There's an unofficial patch for 2.0.0 beta3 available at http://jesuschrist.be/gaim/gaim-2.0.0beta3_irix.patch which applies (amongst others) the SSL hack described above. You will need to configure WITHOUT the Zephyr protocol plugin.
    16 
    17 NOTE: Jabber crashed Pidgin when using TLS. This is a bug inside GnuTLS that might or might not be fixed by the time you read this.
    18 
    19 
    20 === Can I run Pidgin on HPUX? ===
    21 Yes, you can; with GCC 4.1.1 on HPUX 11.11 at least it worked fine. There is however no official support.
    22 
    23 The build scripts that are shipped with the "official" releases are unfortunately incompatible with the HPUX linker; fetching the svn version and running autogen.sh however gives you a healthy build dir. Configure Pidgin WITHOUT the X screensaver extension and disable the gtk- and glibtests; no source hacks are needed.
     1See [wiki:Installing Pidgin#Compiling].
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!